home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 11 / FM Towns Free Software Collection 11.iso / t_os / tool / artemis2 / src / test.awk < prev    next >
Encoding:
AWK Script  |  1994-05-13  |  35 b   |  4 lines

  1. BEGIN {
  2.     print sin(0.3398369)
  3. }
  4.